home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re Re(2) Any tips for Build.1 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Re(2): Any tips for Building ODF with CW8 CFM68k?
  2. Sent:        3/26/96 9:43 AM
  3. Received:    3/26/96 9:51 AM
  4. From:        Troy Gaul, tgaul@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >Actually, I had similar binding problems while trying to get our parts 
  9. >working with CFM68K and never successfully debugged the problem until getting
  10. >the last release of CFM68K tools from Metrowerks, at which time the problems 
  11. >went away.
  12.  
  13. Another potential problem (which appears in this way) is that the 
  14. CodeWarrior 8 version of the CFM-68K compiler would not set the "weak" 
  15. import bit correctly for the imports that you are making.  
  16.  
  17. For instance, if you're including the QuickDraw GX Lib for CFM-68K, you 
  18. probably have the "Weak import" option turned on in the popup menu to the 
  19. right of that item in the project window.  This _should_ mean that the 
  20. "QuickDraw GX Enabler" file, which actually contains that CFM-68K shared 
  21. library, is optional.  However, this flag doesn't work with the CW8 
  22. CFM-68K tools, so that shared library will actually be required.  In the 
  23. tests I did with the compiler, installing the shared libraries that were 
  24. needed allowed my part (the Cappuccino Sample part) to work.
  25.  
  26. It's possible (even likely) that they fixed this in the newer tools which 
  27. aren't available yet.
  28.  
  29. _troy
  30.  
  31. ......................................................................
  32.  Troy Gaul                                            tgaul@apple.com
  33.  Apple Computer, Inc.                    OpenDoc Added Value Products
  34. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  35.  
  36.